EditGeorefWithUI GIS 

Declaration:

FUNCTION   EditGeorefWithUI
( hLayer:HANDLE ) :BOOLEAN ;

Description:

Edit the georeferenced settings of the specified layer. Pass NIL to edit the document.



  GeogCoordToVW GIS 

Declaration:

FUNCTION   GeogCoordToVW
(   inLat :REAL;
    inLon :REAL;
  VAR  outCoordX :REAL;
  VAR  outCoordY :REAL
) :BOOLEAN ;

Description:

Get point in Vectorworks coordinates.



  GetAngleToNorth GIS 

Declaration:

FUNCTION   GetAngleToNorth
:REAL ;

Description:

Get angle to north.



  GetGISOrigin GIS 

Declaration:

FUNCTION   GetGISOrigin
( VAR  outLat :REAL;
  VAR  outLon :REAL;
  VAR  outAngleToNorth :REAL
) :BOOLEAN ;

Description:

Get geographical origin.



  IsGeoreferenced GIS 

Declaration:

FUNCTION   IsGeoreferenced
( hLayer:HANDLE ) :BOOLEAN ;

Description:

Check if the layer is georeferenced. Pass NIL to check the document.



  LegacyShapefileExp GIS 

Declaration:

PROCEDURE   LegacyShapefileExp
;

Description:

Use the old UI to export shape files.



  LegacyShapefileImp GIS 

Declaration:

PROCEDURE   LegacyShapefileImp
;

Description:

Use the old UI to export import files.



  SetLayer GIS 

Declaration:

FUNCTION   SetLayer
( hLayer:HANDLE ) :BOOLEAN ;

Description:

Set layer context.



  VWCoordToGeog GIS 

Declaration:

FUNCTION   VWCoordToGeog
(   inCoordX :REAL;
    inCoordY :REAL;
  VAR  outLat :REAL;
  VAR  outLon :REAL
) :BOOLEAN ;

Description:

Get geographical coordinates of a point(latitude and longitude).